home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 124 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: cix.compulink.co.uk!usenet
  3. From: dcollier@cix.compulink.co.uk ("David Collier")
  4. Subject: Re: Do any employers use Modula-2?
  5. Message-ID: <DLLI2I.Ivv@cix.compulink.co.uk>
  6. Organization: DexDyne
  7. References: <carvaines.1-1801961238310001@slip7-4.acs.ohio-state.edu>
  8. Date: Mon, 22 Jan 1996 18:30:18 GMT
  9. X-News-Software: Ameol
  10.  
  11. One:    Modula-2 is probably the best stepping stone to ADA. As related 
  12. elsewhere in this discussion some government agencies require ADA 
  13. programs. I understand tat the ADA environments that exist on a Pc, are 
  14. slow and unwieldy.
  15. If however you write your program in M2, it can be translated to ADA with 
  16. little difficulty. And the clever ADA stuff you don't get to use that 
  17. way, probably should be avoided anyway!
  18.  
  19. Two:    Treat Modula-2 as a "Conceptual language". If I am writing C, I 
  20. think in Modula, but write in C. The result is clearer than going 
  21. straight to C. There is little that you can do in C, but not in M2, and 
  22. most of it is the stuff that makes C programs harder to read.
  23.  
  24. Off hand the only things I miss in MS, compared with C, are 
  25.  
  26.         A := B
  27.         FOR loops including "WHILE"
  28.         
  29. Think of computer languages like human languages. Every time you learn a 
  30. new one, you learn a new way to say things, and a few new neat concepts, 
  31. and ways to understand. But in the end, expressing the ideas in your head 
  32. is  pretty similar in most of them. And it you are dumb and tongue-tied 
  33. in one, you wont be better in another.
  34.